From b79cbb5947f41ffcb391e60c0b6a42d324d07e31 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 5 Dec 2000 21:36:18 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 48d3a88a977..93022a9ca1d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -12,6 +12,17 @@ 2000-12-05 Gerd Moellmann + * xdisp.c (next_element_from_ellipsis): Save face before selective + display in saved_face_id, and set face_before_selective_p. + (reseat_1): Reset face_before_selective_p. + (append_space, extend_face_to_end_of_line): If iterator's + face_before_selective_p is set, use the face from saved_face_id. + (extend_face_to_end_of_line): For tty frames, make sure to + use the right face id when producing spaces at the end of + the line. + + * dispextern.h (struct it): Add face_before_selective_p. + * keyboard.c (record_char): Don't record identical help-echo events in recent_keys. -- 2.30.2